TLMDDrawTextStyle Type

Unit
lmdgraph

Declaration

TLMDDrawTextStyle = (dtDisabled,
                     dtEnabled,      {Draw String Enabled}
                     dt3DDisabled,   {Disabled State is drawn 3D}
                     dtClip,         {perform Clipping of Text within Rect}
                     dtAccelChar,
                     {--> flags for TLMDGlyphTextLayout}
                     dtAutoSize,
                     dtRectText,      {returns in scrRect destination rect of drawn text}
                     dtRectGlyph,     {returns in scrRect destination rect of drawn glyph}
                     dtRectGlyphText, {returns in scrRect destination rect of drawn text and glyph}
                     dtCalculate      {calculate only, draw nothing}
                     {--}
                     );